home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c-part1 / 9800 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  989 b 

  1. Path: news.ov.com!news
  2. From: glenn@ov.com (Fletcher.Glenn@ov.com)
  3. Newsgroups: comp.lang.c
  4. Subject: Re: Please help me
  5. Date: 13 Mar 1996 16:39:18 GMT
  6. Organization: OpenVision
  7. Message-ID: <4i6tnm$j9e@spanky.pls.ov.com>
  8. References: <4i19fa$kvu@badger.wmin.ac.uk>
  9. Reply-To: glenn@ov.com
  10. NNTP-Posting-Host: foghorn.pls.ov.com
  11.  
  12. In article kvu@badger.wmin.ac.uk, darec@westminster.ac.uk (Nadarajah Thavaneethan) writes:
  13. >  Hi there anyone know how to write a C program to read a directory and 
  14. >  then for each filename in the directory use the stat system call to
  15. >  obtain the i-node and print the infomation in the form of a long listing.
  16. >
  17. >
  18. >   The program should read the directory name from the keyboard.Then open
  19. >   the directory. Read each entry in turn and obtain the i-node using stat.
  20. >
  21. >    
  22. >   Thanks in Advance
  23. >   My Email : darec@westminster.ac.uk 
  24. >
  25. >
  26.  
  27.  
  28. I-node you say?  You must be using UNIX.  Why re-invent the wheel?
  29. Use "ls -l directory_name".
  30.  
  31.             Fletcher.Glenn@ov.com
  32.  
  33.